Skip to content

Conversation

@2501babe
Copy link
Member

@2501babe 2501babe commented Nov 5, 2025

  • updated everything except bincode and clap (thank you cargo upgrade)
  • replaced spl-token, spl-associated-token-account, and spl-associated-token-account-client in the program with interface crates
  • bump cli tools and rust toolchain versions

the diff is large but this has only trivial code changes, namely: swapping to token/ata interfaces, changing VoteState to VoteStateV3, changing some import paths, and inlining some format args because clippy wants this now

this is blocked by (in this order):

closes #397

Comment on lines 10 to +13
[features]
no-entrypoint = []
custom-heap = []
custom-panic = []
Copy link
Member Author

@2501babe 2501babe Nov 6, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

someone on stack exchange claims you dont need this to silence warnings on the latest solana-program-entrypoint but we are on latest so i dont think thats true

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

upgrade to sdk 3.0

1 participant